home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
comm
/
fido
/
shelter191a.lha
/
CFG
/
wpl
/
gen
/
porticus
/
SCREEN.CFG
< prev
Wrap
Text File
|
1994-07-26
|
2KB
|
52 lines
/* See ScreenManger 1.13c docs for more information */
/* TEXT OVERSCAN VALUES As defined in the Prefs program OVERSCAN */
TEXTOVERSCAN_WIDTH=652
TEXTOVERSCAN_HEIGHT=230
SCREENMODES="H"
SCREENGLOBALS="TOBACK,AUTOCLOSE"
SCREENCX="CX_TOFRONT='LCommand F1',CX_DEFAULT='LCommand F2'"
/* screenprefs - width,height,bitplanes */
SCREENPREFS="655,235,3"
/* FONT and Size to use */
SCREENFONT="IBM,8"
/* Screen Colors */
/* R G B */
RGB.0=" 8 4 4"
RGB.1=" 0 0 4"
/* 2 or more bitplanes */
RGB.2="11 12 9"
RGB.3=" 7 7 6"
/* 3 or more bitplanes */
RGB.4=" 9 0 2"
RGB.5="12 7 1"
RGB.6="12 9 3"
RGB.7=" 7 6 7"
/* ADD MORE IF 4 or more BITPLANES */
RGB.8=" 6 2 0"
RGB.9="12 12 12"
RGB.10=" 9 15 1"
RGB.11="14 10 0"
RGB.12=" 5 5 15"
RGB.13="12 14 12"
RGB.14="13 10 7"
RGB.15="14 5 1"
/* PENS - */
/* Every character is interpreted as a hexadecimal index into the color */
/* table that was set with the COLORS command. From this results that only */
/* the first 16 color registers are usable. */
/* Pen Name is used for... */
/* 1 DETAILPEN ordinary text (compatible with 1.3) */
/* 2 BLOCKPEN ordinary fill operations (compatible with 1.3) */
/* 3 TEXTPEN ordinary labels/ */
/* 4 SHINEPEN shiny edges on 3D objects */
/* 5 SHADOWPEN dark edges on 3D objects */
/* 6 FILLPEN background of highlighted elements \ e.g. active */
/* 7 FILLTEXTPEN text in highlighted elements / window border */
/* 8 BACKGROUNDPEN background - must be set to 0 */
/* 9 HIGHLIGHTTEXTPEN emphasized text */
/* Make SURE you do not refernce color registers that are not */
/* available for number of Planes selected */
/* 123456789 */
SCREENPENS="712341206"
/**/